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