Skip to content

actaro-sdk


actaro-sdk / createActaro

Function: createActaro()

createActaro(options?): object

Defined in: core.ts:22

Parameters

options?

ActaroOptions = {}

Returns

object

store

store: ReceiptStore

run()

run<S, E>(action, rawInput, runOptions?): Promise<ActionReceipt>

Type Parameters

S

S extends ZodTypeAny

E

E

Parameters

action

ActionDefinition<S, E>

rawInput

input<S>

runOptions?

RunOptions = {}

Returns

Promise<ActionReceipt>

Released under the MIT License.