Skip to content

T extends NumberType

Defined in: packages/bitbadgesjs-sdk/src/api-indexer/docs-types/interfaces.ts:158

Type Parameters

T

T extends NumberType

Properties

amount

amount: T

Defined in: packages/bitbadgesjs-sdk/src/api-indexer/docs-types/interfaces.ts:164

The amount of the coin transfer.


denom

denom: string

Defined in: packages/bitbadgesjs-sdk/src/api-indexer/docs-types/interfaces.ts:166

The denom of the coin transfer.


from

from: string

Defined in: packages/bitbadgesjs-sdk/src/api-indexer/docs-types/interfaces.ts:160

The type of the coin transfer.


isProtocolFee

isProtocolFee: boolean

Defined in: packages/bitbadgesjs-sdk/src/api-indexer/docs-types/interfaces.ts:168

Is protocol fee?


to

to: string

Defined in: packages/bitbadgesjs-sdk/src/api-indexer/docs-types/interfaces.ts:162

The type of the coin transfer.

Edit this page on GitHub