Snip20TxSimulate..::..Mint Method (String, String, String, Nullable<(Of <(<'String>)>)>, Nullable<(Of <(<'String>)>)>, Nullable<(Of <(<'TxOptions>)>)>)
   Simulates "Mint".
   
                
    Namespace: 
   SecretNET.TokenAssembly: SecretNET.Token (in SecretNET.Token.dll)
Syntax
public Task<SimulateResponse> Mint( string contractAddress, string recipient, string amount, Nullable<string> padding, Nullable<string> codeHash, Nullable<TxOptions> txOptions )
Parameters
- contractAddress
 - Type: String
The contract address. 
- recipient
 - Type: String
Account to mint tokens to. 
- amount
 - Type: String
Amount of tokens to mint (Uint128). 
- codeHash
 - Type: Nullable<(Of <(<'String>)>)>
CodeHash is (not really) optional and makes a call way faster. 
- txOptions
 - Type: Nullable<(Of <(<'TxOptions>)>)>
The tx options. 

