UNPKG

@ethereum-waffle/chai

Version:

A sweet set of chai matchers for your blockchain testing needs.

9 lines 322 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getAddressOf = void 0; async function getAddressOf(account) { var _a; return (_a = account.address) !== null && _a !== void 0 ? _a : account.getAddress(); } exports.getAddressOf = getAddressOf; //# sourceMappingURL=account.js.map