interface ConfirmKeyTransferStarted {
    chain: string;
    confirmationHeight: Long;
    gatewayAddress: Uint8Array;
    participants?: PollParticipants;
    txId: Uint8Array;
}

Properties

chain: string
confirmationHeight: Long
gatewayAddress: Uint8Array
participants?: PollParticipants
txId: Uint8Array

Generated using TypeDoc