SecretNET.Token Namespace

MsgDeposit Constructor

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

Syntax


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

Parameters

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