UNPKG

@coolwallet/ton

Version:
10 lines (9 loc) 528 B
import TonWeb from 'tonweb'; import { WalletV4ContractR2 } from 'tonweb/dist/types/contract/wallet/v4/wallet-v4-contract-r2'; export declare const tonweb: TonWeb; export declare function getWalletV4R2(publicKey: string): WalletV4ContractR2; export declare function getJettonWallet(fromTokenAccount: string): Promise<import("tonweb/dist/types/contract/token/ft/jetton-wallet").JettonWallet>; export declare function getKeyPair(mnemonic: string, index: number): Promise<{ publicKey: Uint8Array; secretKey: Uint8Array; }>;