Documentation
    Preparing search index...

    Interface TezosEndorsementOperation

    interface TezosEndorsementOperation {
        block_payload_hash?: string;
        kind: ENDORSEMENT;
        level: string;
        round?: number;
        slot?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    block_payload_hash?: string
    level: string
    round?: number
    slot?: number