Interface ITokenTransfer

Legacy interface. The class TokenTransfer can be used instead, where necessary.

interface ITokenTransfer {
    amountAsBigInteger: Value;
    nonce: number;
    tokenIdentifier: string;
    valueOf(): Value;
}

Properties

amountAsBigInteger: Value
nonce: number
tokenIdentifier: string

Methods