UNPKG

@fioprotocol/fiojs

Version:

FioJS is a Utility SDK for packing, signing and encryption functionality for the FIO blockchain. It is used by the FIO TypeScript SDK

8 lines (7 loc) 198 B
/** * Hashes a public key to a valid FIOIO account name. * * @arg {string} pubkey * @return {string} valid FIOIO account name */ export declare function accountHash(pubkey: string): string;