Snip20TxSimulate..::..SendFrom Method (String, String, String, String, Nullable<(Of <(<'String>)>)>, Nullable<(Of <(<'String>)>)>, Nullable<(Of <(<'String>)>)>, Nullable<(Of <(<'TxOptions>)>)>)
   Simulates "SendFrom".
   
                
    Namespace: 
   SecretNET.TokenAssembly: SecretNET.Token (in SecretNET.Token.dll)
Syntax
public Task<SimulateResponse> SendFrom( string contractAddress, string owner, string recipient, string amount, Nullable<string> message, Nullable<string> padding, Nullable<string> codeHash, Nullable<TxOptions> txOptions )
Parameters
- contractAddress
 - Type: String
The contract address. 
- owner
 - Type: String
Account to take tokens from. 
- recipient
 - Type: String
Account to send tokens to. 
- amount
 - Type: String
Amount of tokens to transfer (Uint128). 
- txOptions
 - Type: Nullable<(Of <(<'TxOptions>)>)>
The tx options. 

