GovTx..::..Deposit Method

MsgDeposit defines a message to submit a deposit to an existing proposal.

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

Syntax


public Task<SingleSecretTx<MsgDepositResponse>> Deposit(
	MsgDeposit msg,
	TxOptions txOptions
)

Parameters

msg
Type: MsgDeposit
txOptions
Type: SecretNET.Tx..::..TxOptions

Return Value