Interface: iCoinTransfer<T>
T extends NumberType
Defined in: packages/bitbadgesjs-sdk/src/interfaces/types/core.ts:480
Type Parameters
T
T extends NumberType
Properties
coins
coins:
iCosmosCoin<T>[]
Defined in: packages/bitbadgesjs-sdk/src/interfaces/types/core.ts:488
The coins
overrideFromWithApproverAddress
overrideFromWithApproverAddress:
boolean
Defined in: packages/bitbadgesjs-sdk/src/interfaces/types/core.ts:492
Whether or not to override the from address with the approver address.
overrideToWithInitiator
overrideToWithInitiator:
boolean
Defined in: packages/bitbadgesjs-sdk/src/interfaces/types/core.ts:496
Whether or not to override the to address with the initiator of the transaction.
to
to:
string
Defined in: packages/bitbadgesjs-sdk/src/interfaces/types/core.ts:484
The recipient of the coin transfer. This should be a Bech32 BitBadges address.