ConsensusStateData returns the SignBytes data for consensus state verification.

interface ConsensusStateData {
    consensusState?: Any;
    path: Uint8Array;
}

Properties

consensusState?: Any
path: Uint8Array