Skip to main content

ExecuteWithOptions

@liquidium/client


@liquidium/client / ExecuteWithOptions

Interface: ExecuteWithOptions

Defined in: packages/client/src/execute.ts:19

Wallet wiring for executeWith.

chain and account override values embedded on the action when present; message signing uses options.account ?? action.account.

Properties

account?

optional account?: string

Defined in: packages/client/src/execute.ts:25

Optional signing/sending account override.


chain?

optional chain?: SigningChain

Defined in: packages/client/src/execute.ts:23

Required for sign-message actions; forwarded to the adapter and submit payload.


walletAdapter

walletAdapter: WalletAdapter

Defined in: packages/client/src/execute.ts:21

Must expose the methods required by the action's executionKind.