lib/contract/types.js

"use strict";

Object.defineProperty(exports, "__esModule", {
  value: true
});
exports.NULL_ACCOUNT = exports.DEFAULT_TIMEOUT = void 0;
/* disable PascalCase naming convention, to avoid breaking change */
/* eslint-disable @typescript-eslint/naming-convention */

/**
 * A "regular" transaction, as opposed to a FeeBumpTransaction.
 */

/**
 * The default timeout for waiting for a transaction to be included in a block.
 */
const DEFAULT_TIMEOUT = exports.DEFAULT_TIMEOUT = 5 * 60;
const NULL_ACCOUNT = exports.NULL_ACCOUNT = "GAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWHF";