The information required to interact with a given chain.

Hierarchy

Properties

The explorer definition for the chain.

The chain ID.

logo?: LogoType

The absolute URL(s) to the chain's logo.

url: string

The base URL of the chain's API endpoint (e.g. https://jungle4.greymass.com).

abiFields: ABIField[]
abiName: string

Accessors

  • get name(): string
  • Returns string

  • get structFields(): ABIField[]
  • Returns ABIField[]

Methods

  • Return true if this struct equals the other.

    Note: This compares the ABI encoded bytes of both structs, subclasses should implement their own fast equality check when possible.

    Parameters

    • other: any

    Returns boolean

  • Returns undefined | Logo