ConsensusStateWithHeight defines a consensus state with an additional height field.

interface ConsensusStateWithHeight {
    consensusState?: Any;
    height: undefined | Height;
}

Properties

consensusState?: Any

consensus state

height: undefined | Height

consensus state height