SecretNET.NFT Namespace

RevokeRequest Constructor

Initializes a new instance of the RevokeRequest class.

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

Syntax


public RevokeRequest(
	string spender,
	string tokenId,
	Object expires,
	string padding
)
Public Sub New ( _
	spender As String, _
	tokenId As String, _
	expires As Object, _
	padding As String _
)
public:
RevokeRequest(
	String^ spender, 
	String^ tokenId, 
	Object^ expires, 
	String^ padding
)

Parameters

spender
Type: String
Address no longer permitted to transfer the token.
tokenId
Type: String
ID of the token that the spender can no longer transfer.
expires
Type: Object
padding
Type: String
An ignored string that can be used to maintain constant message length.