Variable commonConst

common: {
    __tests__: {
        _commonTransfer: typeof __type;
        calculateFee: typeof __type;
        calculateFeeCompatible: typeof __type;
        generateLockScriptInfos: typeof __type;
        getLockScriptInfos: typeof __type;
        getTransactionSize: typeof __type;
        getTransactionSizeByTx: typeof __type;
        resetLockScriptInfos: typeof __type;
    };
    injectCapacity: typeof __type;
    payFee: typeof __type;
    payFeeByFeeRate: typeof __type;
    prepareSigningEntries: typeof __type;
    registerCustomLockScriptInfos: typeof __type;
    setupInputCell: typeof __type;
    transfer: typeof __type;
}

Type declaration

  • __tests__: {
        _commonTransfer: typeof __type;
        calculateFee: typeof __type;
        calculateFeeCompatible: typeof __type;
        generateLockScriptInfos: typeof __type;
        getLockScriptInfos: typeof __type;
        getTransactionSize: typeof __type;
        getTransactionSizeByTx: typeof __type;
        resetLockScriptInfos: typeof __type;
    }
    • _commonTransfer: typeof __type
    • calculateFee: typeof __type
    • calculateFeeCompatible: typeof __type
    • generateLockScriptInfos: typeof __type
    • getLockScriptInfos: typeof __type
    • getTransactionSize: typeof __type
    • getTransactionSizeByTx: typeof __type
    • resetLockScriptInfos: typeof __type
  • injectCapacity: typeof __type
  • payFee: typeof __type
  • payFeeByFeeRate: typeof __type
  • prepareSigningEntries: typeof __type
  • registerCustomLockScriptInfos: typeof __type
  • setupInputCell: typeof __type
  • transfer: typeof __type

Generated using TypeDoc