@yoroi/banxa
Version:
The Banxa integration package of Yoroi SDK
9 lines • 519 B
TypeScript
/**
* Validates if is possible Cardano mainnet or testnet address.
* We leave the address validation to the Banxa API, this is a simple check to avoid basic mistakes.
* Banxa referal link doesn't work with testnet addreses or byron addresses.
* @param {string} address - The Cardano address to validate.
* @returns {boolean} - Returns true if the address looks like a Cardano address.
*/
export declare function banxaIsPossibleCardanoAddress(address: string): boolean;
//# sourceMappingURL=wallet-address.d.ts.map