Type alias _Block_

_Block_: {
    hash: Maybe<Scalars["Bytes"]["output"]>;
    number: Scalars["Int"]["output"];
    timestamp: Maybe<Scalars["Int"]["output"]>;
}

Type declaration

  • hash: Maybe<Scalars["Bytes"]["output"]>

    The hash of the block

  • number: Scalars["Int"]["output"]

    The block number

  • timestamp: Maybe<Scalars["Int"]["output"]>

    Integer representation of the timestamp stored in blocks for the chain

Generated using TypeDoc