Type alias GetBlockApiResponse

GetBlockApiResponse: ArenaBlock & {
    connections: ArenaChannel[];
}

Type declaration

  • connections: ArenaChannel[]

    (Array) An array of hash representations of each of the channels the block appears in

Generated using TypeDoc