block
block: {
block_type: number;
cluster_address: string;
hash: string;
number: string;
parent_hash: string;
timestamp: number;
transactions: any[];
}
Type declaration
-
block_type: number
-
cluster_address: string
-
hash: string
-
number: string
-
parent_hash: string
-
timestamp: number
-
transactions: any[]