UNPKG

@coolwallet/ton

Version:
4 lines (3 loc) 290 B
import { Transport } from '@coolwallet/core'; export declare function getAddressByPublicKey(publicKey: string, isBounceable?: boolean): Promise<string>; export declare function getPublicKey(transport: Transport, appPrivateKey: string, appId: string, addressIndex: number): Promise<string>;