EvidenceTx..::..SubmitEvidence Method

MsgSubmitEvidence represents a message that supports submitting arbitrary Evidence of misbehavior such as equivocation or counterfactual signing.

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

Syntax


public Task<SingleSecretTx<MsgSubmitEvidenceResponse>> SubmitEvidence(
	MsgSubmitEvidence msg,
	TxOptions txOptions
)

Parameters

msg
Type: MsgSubmitEvidence
txOptions
Type: SecretNET.Tx..::..TxOptions

Return Value