AuthzTx..::..Exec Method

MsgExec attempts to execute the provided messages using authorizations granted to the grantee. Each message should have only one signer corresponding to the granter of the authorization.

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

Syntax


public Task<SingleSecretTx<MsgExecResponse>> Exec(
	MsgExec msg,
	TxOptions txOptions
)

Parameters

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

Return Value