Snip20TxSimulate..::..Deposit Method (String, array<Coin>[]()[][], Nullable<(Of <(<'String>)>)>, Nullable<(Of <(<'String>)>)>, Nullable<(Of <(<'TxOptions>)>)>)
Simulates "Deposit".
Namespace:
SecretNET.TokenAssembly: SecretNET.Token (in SecretNET.Token.dll)
Syntax
public Task<SimulateResponse> Deposit( string contractAddress, Coin[] sentFunds, Nullable<string> padding, Nullable<string> codeHash, Nullable<TxOptions> txOptions )
Parameters
- contractAddress
- Type: String
The contract address.
- sentFunds
- Type: array<Coin>[]()[][]
The sent funds.
- txOptions
- Type: Nullable<(Of <(<'TxOptions>)>)>
The tx options.