Interface FungiblePayload

An object representation of the FungiblePayload struct

FungiblePayload

interface FungiblePayload {
    amount: bigint;
}

Properties

Properties

amount: bigint

The amount being transferred