Skip to content

actaro-sdk


actaro-sdk / actaro

Variable: actaro

const actaro: object

Defined in: core.ts:162

Type Declaration

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.