interface MsgSubmitProposalParams {
    content: SecretJS.Tx.ProposalContent;
    initial_deposit: SecretJS.Tx.Coin[];
    is_expedited?: boolean;
    proposer: string;
    type: SecretJS.Tx.ProposalType;
}

Properties

initial_deposit: SecretJS.Tx.Coin[]
is_expedited?: boolean
proposer: string

Generated using TypeDoc