UNPKG

@yoroi/exchange

Version:

The Exchange package of Yoroi SDK

5 lines 178 B
export function isPossibleCardanoAddress(address) { const shelleyRegex = /^(addr1)[0-9a-z]+$/; return shelleyRegex.test(address); } //# sourceMappingURL=wallet-address.js.map