difftreelog
test fix missing EthPropertyGroup
in: master
1 file changed
tests/src/eth/util/playgrounds/unique.dev.tsdiffbeforeafterboth351 return '0x' + address.substring(address.length - 40);351 return '0x' + address.substring(address.length - 40);352 }352 }353}353}354export class EthPropertyGroup extends EthGroupBase {355 property(key: string, value: string): EthProperty {356 return [357 key,358 '0x'+Buffer.from(value).toString('hex'),359 ];360 }361}354export type EthUniqueHelperConstructor = new (...args: any[]) => EthUniqueHelper;362export type EthUniqueHelperConstructor = new (...args: any[]) => EthUniqueHelper;355363356export class EthCrossAccountGroup extends EthGroupBase {364export class EthCrossAccountGroup extends EthGroupBase {