interface ProposalAmino {
    block_id?: BlockIDAmino;
    height?: string;
    pol_round?: number;
    round?: number;
    signature?: string;
    timestamp?: string;
    type?: SignedMsgType;
}

Properties

block_id?: BlockIDAmino
height?: string
pol_round?: number
round?: number
signature?: string
timestamp?: string