Supports submitting arbitrary evidence

interface AminoMsgSubmitEvidence {
    type: "cosmos-sdk/MsgSubmitEvidence";
    value: {
        evidence: Any;
        submitter: string;
    };
}

Hierarchy

  • AminoMsg
    • AminoMsgSubmitEvidence

Properties

Properties

type: "cosmos-sdk/MsgSubmitEvidence"
value: {
    evidence: Any;
    submitter: string;
}

Type declaration

  • Readonly evidence: Any
  • Readonly submitter: string

    Bech32 account address

Generated using TypeDoc