@wharfkit/session - v4.0.1
    Preparing search index...

    Class ChainDefinition<AccountDataType>

    The information required to interact with a given chain.

    Type Parameters

    Index
    accountDataType?: typeof AccountObject

    The account data type for the chain.

    coinType?: number

    The SLIP-44 coin type for the chain.

    The explorer definition for the chain.

    The chain ID.

    logo?: LogoType

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

    systemToken?: TokenIdentifier

    The system token symbol for the chain.

    url: string

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

    • get name(): string

      Returns string

    • Returns Logo | undefined