dsteem
    Preparing search index...

    Interface BlockHeader

    Unsigned block header.

    interface BlockHeader {
        extensions: any[];
        previous: string;
        timestamp: string;
        transaction_merkle_root: string;
        witness: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    extensions: any[]
    previous: string
    timestamp: string
    transaction_merkle_root: string
    witness: string