Nado Typescript SDK Documentation
    Preparing search index...

    Builds execute payloads as expected by the server.

    A nonce is computed when one is not provided.

    A signature is computed when one is not provided.

    Index

    Constructors

    Properties

    engineClient: EngineBaseClient

    Methods

    • Builds server payload for the cancel_product_orders execute action.

      Parameters

      Returns Promise<
          SignedTx<
              Omit<EIP712ProductOrdersCancellationValues, "productIds"> & {
                  productIds: number[];
              },
          >,
      >

      cancel_product_orders payload

    • Builds server payload for the burn_nlp execute action.

      Parameters

      Returns Promise<SignedTx<EIP712BurnNlpValues>>

      burn_nlp payload