@pharosnames/address-encoder
Version:
Encodes and decodes address formats for various cryptocurrencies with Pharos network support
4 lines • 461 B
TypeScript
import type { CoinName, CoinType, GetCoderByCoinName, GetCoderByCoinType } from "./types.js";
export declare const getCoderByCoinNameAsync: <TCoinName extends CoinName | string = CoinName | string>(name: TCoinName) => Promise<GetCoderByCoinName<TCoinName>>;
export declare const getCoderByCoinTypeAsync: <TCoinType extends CoinType | number = CoinType | number>(coinType: TCoinType) => Promise<GetCoderByCoinType<TCoinType>>;
//# sourceMappingURL=async.d.ts.map