interface TransferEpoch {
    amount?: Coin;
    chain: string;
    direction: TransferDirection;
    epoch: Long;
}

Properties

amount?: Coin
chain: string

indicates whether the tracking is for transfers outgoing

epoch: Long

Generated using TypeDoc