Interface: SignTxOptions
Properties
fee
• Optional
fee: StdFee
| "auto"
Transaction fees, if undefined will be considered to be "auto".
Defined in
packages/core/src/desmosclient.ts:63
feeGranter
• Optional
feeGranter: string
Optional transaction fee granter.
Defined in
packages/core/src/desmosclient.ts:71
memo
• Optional
memo: string
Transaction memo.
Defined in
packages/core/src/desmosclient.ts:67
signerData
• Optional
signerData: SignerData
Signer data that will be used instead of querying them from the chain. This field is required when signing a transaction in offline mode.