interface ConfirmTokenStarted {
    chain: string;
    confirmationHeight: Long;
    gatewayAddress: Uint8Array;
    participants?: PollParticipants;
    tokenAddress: Uint8Array;
    tokenDetails?: TokenDetails;
    txId: Uint8Array;
}

Properties

chain: string
confirmationHeight: Long
gatewayAddress: Uint8Array
participants?: PollParticipants
tokenAddress: Uint8Array
tokenDetails?: TokenDetails
txId: Uint8Array

Generated using TypeDoc