Interface ConsensusStateWithHeightAminoMsg

interface ConsensusStateWithHeightAminoMsg {
    type: "cosmos-sdk/ConsensusStateWithHeight";
    value: ConsensusStateWithHeightAmino;
}

Properties

Properties

type: "cosmos-sdk/ConsensusStateWithHeight"