Interface GetBlockNumberResponse

Hierarchy

  • GetBlockNumberResponse

Properties

Properties

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[]

Generated using TypeDoc