interface VoteProtoMsg {
    typeUrl: "/tendermint.types.Vote";
    value: Uint8Array;
}

Properties

Properties

typeUrl: "/tendermint.types.Vote"
value: Uint8Array