Type alias SquidStatus

SquidStatus: {
    __typename?: "SquidStatus";
    height?: Maybe<Scalars["Int"]>;
}

Type declaration

  • Optional __typename?: "SquidStatus"
  • Optional height?: Maybe<Scalars["Int"]>

    The height of the processed part of the chain

Generated using TypeDoc