Snip20TxSimulate..::..Transfer Method (MsgTransfer, Nullable<(Of <(<'TxOptions>)>)>)
Simulates "Transfer".
Namespace:
SecretNET.Token
Assembly:
SecretNET.Token (in SecretNET.Token.dll)
Syntax
public Task<SimulateResponse> Transfer( MsgTransfer msg, Nullable<TxOptions> txOptions )
Public Function Transfer ( _ msg As MsgTransfer, _ txOptions As Nullable(Of TxOptions) _ ) As Task(Of SimulateResponse)
public: Task<SimulateResponse^>^ Transfer( MsgTransfer^ msg, Nullable<TxOptions^> txOptions )
Parameters
- msg
- Type: SecretNET.Token..::..MsgTransfer
The MSG.
- txOptions
- Type: Nullable<(Of <(<'TxOptions>)>)>
The tx options.