SecretNET.Token Namespace

MsgIncreaseAllowance Constructor

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

Syntax


public MsgIncreaseAllowance(
	IncreaseAllowanceRequest msg,
	string contractAddress,
	Nullable<string> codeHash,
	Nullable<string> sender,
	Nullable<Coin>[] sentFunds
)
Public Sub New ( _
	msg As IncreaseAllowanceRequest, _
	contractAddress As String, _
	codeHash As Nullable(Of String), _
	sender As Nullable(Of String), _
	sentFunds As Nullable(Of Coin)() _
)
public:
MsgIncreaseAllowance(
	IncreaseAllowanceRequest^ msg, 
	String^ contractAddress, 
	Nullable<String^> codeHash, 
	Nullable<String^> sender, 
	array<Nullable<Coin^>>^ sentFunds
)

Parameters

msg
Type: SecretNET.Token..::..IncreaseAllowanceRequest
contractAddress
Type: String
codeHash
Type: Nullable<(Of <(<'String>)>)>
sender
Type: Nullable<(Of <(<'String>)>)>
sentFunds
Type: array<Nullable<(Of <(<'Coin>)>)>>[]()[][]