Snip721Tx..::..RevokePermit Method
RevokePermit allows a user to disable the use of a permit for authenticated queries.
Namespace:
SecretNET.NFTAssembly: SecretNET.NFT (in SecretNET.NFT.dll)
Syntax
public Task<SingleSecretTx<RevokePermitResponse>> RevokePermit( MsgRevokePermit msg, Nullable<TxOptions> txOptions )
Public Function RevokePermit ( _ msg As MsgRevokePermit, _ txOptions As Nullable(Of TxOptions) _ ) As Task(Of SingleSecretTx(Of RevokePermitResponse))
public: Task<SingleSecretTx<RevokePermitResponse^>^>^ RevokePermit( MsgRevokePermit^ msg, Nullable<TxOptions^> txOptions )
Parameters
- msg
- Type: SecretNET.NFT..::..MsgRevokePermit
The MSG.
- txOptions
- Type: Nullable<(Of <(<'TxOptions>)>)>
The tx options.