interface BlockContent {
    encrypted_transactions_hashes: Map<string, string>;
    l2ps_banned_nodes: Map<string, string>;
    l2ps_partecipating_nodes: Map<string, Map<string, string>>;
    native_tables_hashes: NativeTablesHashes;
    ordered_transactions: string[];
    peerlist: IPeer[];
    per_address_transactions: Map<string, string[]>;
    previousHash: string;
    timestamp: number;
    web2data: {};
}

Properties

encrypted_transactions_hashes: Map<string, string>
l2ps_banned_nodes: Map<string, string>
l2ps_partecipating_nodes: Map<string, Map<string, string>>
native_tables_hashes: NativeTablesHashes
ordered_transactions: string[]
peerlist: IPeer[]
per_address_transactions: Map<string, string[]>
previousHash: string
timestamp: number
web2data: {}