SecretNET.NFT Namespace

ApproveAllRequest Constructor

Initializes a new instance of the ApproveAllRequest class.

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

Syntax


public ApproveAllRequest(
	string tokenOperator,
	Object expires,
	string padding
)
Public Sub New ( _
	tokenOperator As String, _
	expires As Object, _
	padding As String _
)
public:
ApproveAllRequest(
	String^ tokenOperator, 
	Object^ expires, 
	String^ padding
)

Parameters

tokenOperator
Type: String
Address being granted approval to transfer all of the message sender's tokens.
expires
Type: Object
The expiration of this inventory-wide transfer approval. Can be a blockheight, time, or never. Of type => "never" | {"at_height": 999999} | {"at_time":999999}
padding
Type: String
The padding.