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