AuthzTx..::..Grant Method

MsgGrant is a request type for Grant method. It declares authorization to the grantee on behalf of the granter with the provided expiration time.

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

Syntax


public Task<SingleSecretTx<MsgGrantResponse>> Grant(
	MsgGrant msg,
	TxOptions txOptions
)

Parameters

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

Return Value