QueryProposalRequest is the request type for the Query/Proposal RPC method.

interface QueryProposalRequest {
    proposalId: bigint;
}

Properties

Properties

proposalId: bigint

proposal_id defines the unique id of the proposal.