@aldea/sdk / Exports / TxBuilderOpts
Interface: TxBuilderOpts
Options that can be passed to the TxBuilder instance.
extend- optional previous transaction to extend fromonBuild- hook or array of hooks to manipulate an instruction as it is built in sequenceafterBuild- hook or array of hooks to manipulate an instruction after it is builtupdateSigs- key or array of keys to resign any SIGN instructions. Use in combination withextend
Table of contents
Properties
Properties
afterBuild
• Optional afterBuild: TxBuildHook | TxBuildHook[]
Defined in
packages/sdk/src/tx-builder.ts:73
extend
• Optional extend: Tx
Defined in
packages/sdk/src/tx-builder.ts:71
onBuild
• Optional onBuild: TxBuildHook | TxBuildHook[]
Defined in
packages/sdk/src/tx-builder.ts:72
updateSigs
• Optional updateSigs: PrivKey | HDPrivKey | (PrivKey | HDPrivKey)[]
Defined in
packages/sdk/src/tx-builder.ts:74