Function encodeToConfigAddress

  • Parameters

    • args: string
    • scriptType: "SECP256K1_BLAKE160" | "SECP256K1_BLAKE160_MULTISIG" | "DAO" | "SUDT" | "ANYONE_CAN_PAY" | "OMNILOCK"

    Returns string

  • Type Parameters

    Parameters

    • args: string
    • scriptType: keyof C["SCRIPTS"]
    • options: {
          config?: C;
      }
      • Optional config?: C

    Returns string

Generated using TypeDoc