GovTx..::..SubmitProposal Method (ProposalBaseClass, TxOptions)

Submits a typed proposal.

Namespace:  SecretNET.Tx
Assembly:  SecretNET (in SecretNET.dll)

Syntax


public Task<SingleSecretTx<MsgSubmitProposalResponse>> SubmitProposal(
	ProposalBaseClass proposal,
	TxOptions txOptions
)

Parameters

proposal
Type: SecretNET.Tx..::..ProposalBaseClass
The proposal.
txOptions
Type: SecretNET.Tx..::..TxOptions
The tx options.

Return Value

SingleSecretTx<Cosmos.Gov.V1Beta1.MsgSubmitProposalResponse>.

See Also


SubmitProposal Overload