Type alias _Block_

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

Type declaration

  • Optional __typename?: "_Block_"
  • Optional hash?: Maybe<Scalars["Bytes"]["output"]>

    The hash of the block

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

    The block number

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

    Integer representation of the timestamp stored in blocks for the chain

Generated using TypeDoc