Class IssueEventWallet

Creates a product for the provided tenant to be able to generate and mint NFTs from.

Hierarchy (view full)

Constructors

Properties

brandId?: number
programId?: number
walletTemplateId?: string | number
walletTemplateTierId?: string | number

Methods

  • getBody is used by the BambuClient to properly construct the request object body.

    Returns any

    Returns the expected body of the request utilizing the defined request attributes.

  • getURLPath is used by the BambuClient to properly construct the request call.

    Parameters

    • Optional tenantId: string

      the tenant id defined in the BambuClient

    Returns string

    request url

  • Parameters

    • options: {
          execute: ((executable) => Promise<any>);
      }
      • execute: ((executable) => Promise<any>)
          • (executable): Promise<any>
          • Parameters

            Returns Promise<any>

    Returns Promise<any>