interface ConfirmDepositStarted {
    asset: string;
    chain: string;
    confirmationHeight: Long;
    depositAddress: Uint8Array;
    participants?: PollParticipants;
    tokenAddress: Uint8Array;
    txId: Uint8Array;
}

Properties

asset: string
chain: string
confirmationHeight: Long
depositAddress: Uint8Array
participants?: PollParticipants
tokenAddress: Uint8Array
txId: Uint8Array

Generated using TypeDoc