Nado Typescript SDK Documentation
    Preparing search index...

    Base client for all engine requests

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    axiosInstance: AxiosInstance

    Methods

    • Sets the linked signer for execute requests

      Parameters

      • linkedSignerWalletClient: {} | null

        The linkedSigner to use for all signatures. Set to null to revert to the chain signer

      Returns void

    • Parameters

      • Optionaladdress: string

      Returns Promise<string>

    • Signs a given request with the signer provided to the engine

      Type Parameters

      • T extends keyof SignableRequestTypeToParams

      Parameters

      • requestType: T
      • verifyingContract: string
      • chainId: number
      • params: SignableRequestTypeToParams[T]

      Returns Promise<`0x${string}`>