Snip20TxSimulate..::..RegisterReceive Method (String, String, Nullable<(Of <(<'String>)>)>, Nullable<(Of <(<'String>)>)>, Nullable<(Of <(<'TxOptions>)>)>)
Simulates "RegisterReceive".
Namespace:
SecretNET.TokenAssembly: SecretNET.Token (in SecretNET.Token.dll)
Syntax
public Task<SimulateResponse> RegisterReceive( string contractAddress, string receiverCodeHash, Nullable<string> padding, Nullable<string> codeHash, Nullable<TxOptions> txOptions )
Parameters
- contractAddress
- Type: String
The contract address.
- receiverCodeHash
- Type: String
A 32-byte hex encoded string, with the code hash of the receiver contract.
- txOptions
- Type: Nullable<(Of <(<'TxOptions>)>)>
The tx options.

