• ------------------------------
  • JS API Reference

    Interface: PaymentModuleOptions

    payment/payment.module.PaymentModuleOptions

    Table of contents

    Properties

    Properties

    network

    Optional network: string

    Network used to facilitate the payment. (for example: "mainnet", "holesky")

    Default

    holesky

    Defined in

    src/payment/payment.module.ts:26


    driver

    Optional driver: string & {} | "erc20"

    Payment driver used to facilitate the payment. (for example: "erc20")

    Default

    erc20

    Defined in

    src/payment/payment.module.ts:33


    token

    Optional token: string & {} | "glm" | "tglm"

    Token used to facilitate the payment. If unset, it will be inferred from the network. (for example: "glm", "tglm")

    Defined in

    src/payment/payment.module.ts:40