VestingTx..::..CreateVestingAccount Method

MsgCreateVestingAccount defines a message that enables creating a vesting account.

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

Syntax


public Task<SingleSecretTx<MsgCreateVestingAccountResponse>> CreateVestingAccount(
	MsgCreateVestingAccount msg,
	TxOptions txOptions
)

Parameters

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

Return Value