mirror of
https://github.com/pezkuwichain/pezkuwi-common.git
synced 2026-06-19 19:21:04 +00:00
chore: update to version 14.0.11 and align website URLs
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import type { Prefix } from './types.js';
|
||||
/**
|
||||
* @name deriveAddress
|
||||
* @summary Creates a sr25519 derived address from the supplied and path.
|
||||
* @description
|
||||
* Creates a sr25519 derived address based on the input address/publicKey and the uri supplied.
|
||||
*/
|
||||
export declare function deriveAddress(who: string | Uint8Array, suri: string, ss58Format?: Prefix): string;
|
||||
Reference in New Issue
Block a user