Interface BlockHeader

Unsigned block header.

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

Hierarchy (view full)

Properties

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