Hierarchy

  • CKBDebugger

Implements

Constructors

Properties

Methods

Constructors

  • Parameters

    • payload: DebuggerOptions

    Returns CKBDebugger

Properties

debuggerPath: string
loader: DataLoader

Methods

  • Parameters

    • txSkeleton: TransactionSkeletonType
    • options: {
          scriptGroupType: "type" | "lock";
          scriptHash: string;
      }
      • scriptGroupType: "type" | "lock"
      • scriptHash: string

    Returns Promise<ExecuteResult>

  • Private

    save tx skeleton to tmp file and return the path

    Parameters

    Returns string

Generated using TypeDoc