Skip to content

A coin (native token) transfer event parsed from simulation.

Defined in: packages/bitbadgesjs-sdk/src/core/simulation.ts:21

A coin (native token) transfer event parsed from simulation.

Properties

amount

amount: bigint

Defined in: packages/bitbadgesjs-sdk/src/core/simulation.ts:24


denom

denom: string

Defined in: packages/bitbadgesjs-sdk/src/core/simulation.ts:25


from

from: string

Defined in: packages/bitbadgesjs-sdk/src/core/simulation.ts:22


isProtocolFee

isProtocolFee: boolean

Defined in: packages/bitbadgesjs-sdk/src/core/simulation.ts:26


to

to: string

Defined in: packages/bitbadgesjs-sdk/src/core/simulation.ts:23

Edit this page on GitHub