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

interface QueryProposalRequestAmino {
    proposal_id?: string;
}

Properties

Properties

proposal_id?: string

proposal_id defines the unique id of the proposal.