EVM implementation of the Catalyst SDK.

Hierarchy (view full)

Constructors

Properties

address?: string
catalystNetwork: CatalystNetwork
describerModule: EvmDescriberModule
provider: EvmProvider
registryModule: EvmRegistryModule
signer?: EvmSigner
tokensModule: EvmTokensModule
vaultsModule: EvmVaultsModule
CATALYST_VERSION: "v1" = 'v1'

Methods

  • Connect a signer to enable write operations

    Parameters

    • signer: EvmSigner

      evm compliant signer implementation

    Returns Promise<void>

  • Updates a provider utilized by the SDK. This can be used to manually change the network the SDK is connected to, or in the cause of faulty or failing RPC to change the target for requests.

    Parameters

    Returns void