Nado Typescript SDK Documentation
    Preparing search index...

    Class NadoClient

    Client for querying and executing against Nado Clearinghouse. Usually not instantiated directly. Instead, use createNadoClient:CLIENT.

    Index

    Constructors

    Properties

    market: MarketAPI
    subaccount: SubaccountAPI
    spot: SpotAPI
    perp: PerpAPI

    Methods

    • Sets the linked signer for the client. Set to null to revert to the chain signer.

      Parameters

      • linkedSignerWalletClient: null | {}

      Returns void

    • Sets the WalletClient for the client. Will cause a full reload of the current context.

      Parameters

      • walletClient: undefined | {}

      Returns void