interface PollMapping {
    pollId: Long;
    txId: Uint8Array;
}

Properties

Properties

pollId: Long
txId: Uint8Array

Generated using TypeDoc