UNPKG

multichain-address-validator

Version:

Multichain address validator for Bitcoin and other blockchains.

4 lines (3 loc) 171 B
import { Address } from './types.js'; export declare function getAddress(address: Address): string; export declare function getMemo(address: Address): string | undefined;