interface ConfirmGatewayTxsStarted {
    chain: string;
    confirmationHeight: Long;
    gatewayAddress: Uint8Array;
    participants: Uint8Array[];
    pollMappings: PollMapping[];
}

Properties

chain: string
confirmationHeight: Long
gatewayAddress: Uint8Array
participants: Uint8Array[]
pollMappings: PollMapping[]

Generated using TypeDoc