Variable deployConst

deploy: {
    __tests__: {
        calculateTxFee: typeof __type;
    };
    compareScriptBinaryWithOnChainData: typeof __type;
    generateDeployWithDataTx: typeof __type;
    generateDeployWithTypeIdTx: typeof __type;
    generateUpgradeTypeIdDataTx: typeof __type;
}

Type declaration

  • __tests__: {
        calculateTxFee: typeof __type;
    }
    • calculateTxFee: typeof __type
  • compareScriptBinaryWithOnChainData: typeof __type
  • generateDeployWithDataTx: typeof __type
  • generateDeployWithTypeIdTx: typeof __type
  • generateUpgradeTypeIdDataTx: typeof __type

Generated using TypeDoc