UNPKG

@neo-one/smart-contract-compiler

Version:

NEO•ONE TypeScript smart contract compiler.

11 lines (9 loc) 385 B
import { ContractPropertyName } from '../../../constants'; import { IsTransactionHelperBase } from './IsTransactionHelperBase'; export class IsProcessedTransactionHelper extends IsTransactionHelperBase { constructor() { super(...arguments); this.prefix = ContractPropertyName.processedTransactions; } } //# sourceMappingURL=IsProcessedTransactionHelper.js.map