SecretNET.Token Namespace

GetAllowanceRequest Constructor

Initializes a new instance of the GetAllowanceRequest class.

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

Syntax


public GetAllowanceRequest(
	string owner,
	string spender,
	Nullable<string> viewingKey
)
Public Sub New ( _
	owner As String, _
	spender As String, _
	viewingKey As Nullable(Of String) _
)
public:
GetAllowanceRequest(
	String^ owner, 
	String^ spender, 
	Nullable<String^> viewingKey
)

Parameters

owner
Type: String
Account from which tokens are allowed to be taken.
spender
Type: String
Account which is allowed to spend tokens on behalf of the owner.
viewingKey
Type: Nullable<(Of <(<'String>)>)>
The viewing key.