mirror of
https://github.com/pezkuwichain/pezkuwi-common.git
synced 2026-05-01 17:07:56 +00:00
chore: update to version 14.0.11 and align website URLs
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
import type { Prefix } from './types.js';
|
||||
/**
|
||||
* @name checkAddress
|
||||
* @summary Validates an ss58 address.
|
||||
* @description
|
||||
* From the provided input, validate that the address is a valid input.
|
||||
*/
|
||||
export declare function checkAddress(address: string, prefix: Prefix): [boolean, string | null];
|
||||
Reference in New Issue
Block a user