TxOptions..::..ExplicitSignerData Property

ExplicitSignerData can be used to override `chainId`, `accountNumber` and `accountSequence`. This is usefull when using BroadcastMode.Async or when you don't want secretNET to query for `accountNumber` and `accountSequence` from the chain. (smoother in UIs, less load on your node provider).

Namespace:  SecretNET.Tx
Assembly:  SecretNET (in SecretNET.dll)

Syntax


public SignerData ExplicitSignerData { get; set; }

Field Value

The explicit signer data.