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

    Interface ChainDefinitionArgs

    interface ChainDefinitionArgs {
        accountDataType?: typeof AccountObject;
        coinType?: number;
        explorer?: ExplorerDefinitionType;
        id: Checksum256Type;
        logo?: LogoType;
        systemToken?: TokenIdentifier;
        systemTokenContract?: NameType;
        systemTokenSymbol?: SymbolType;
        url: string;
    }
    Index
    accountDataType?: typeof AccountObject
    coinType?: number
    logo?: LogoType
    systemToken?: TokenIdentifier
    systemTokenContract?: NameType
    systemTokenSymbol?: SymbolType
    url: string