Interface ITokenTransfer

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

Properties

amountAsBigInteger: Value
nonce: number
tokenIdentifier: string

Methods

Generated using TypeDoc