UNPKG

@yoroi/exchange

Version:

The Exchange package of Yoroi SDK

5 lines (4 loc) 142 B
export function isPossibleCardanoAddress(address: string) { const shelleyRegex = /^(addr1)[0-9a-z]+$/ return shelleyRegex.test(address) }