QueryProposalResponse is the response type for the Query/Proposal RPC method.

interface QueryProposalResponse {
    proposal: undefined | Proposal;
}

Properties

Properties

proposal: undefined | Proposal