UNPKG

@tetherto/wdk-wallet-ton-gasless

Version:

A simple package to manage BIP-32 wallets for the TON blockchain, which implement the gasless functionality

14 lines (13 loc) 1.15 kB
export { default } from "./src/wallet-manager-ton-gasless.js"; export { default as WalletAccountReadOnlyTonGasless } from "./src/wallet-account-read-only-ton-gasless.js"; export { default as WalletAccountTonGasless } from "./src/wallet-account-ton-gasless.js"; export type FeeRates = import("@tetherto/wdk-wallet-ton").FeeRates; export type KeyPair = import("@tetherto/wdk-wallet-ton").KeyPair; export type TonTransaction = import("@tetherto/wdk-wallet-ton").TonTransaction; export type TransactionResult = import("@tetherto/wdk-wallet-ton").TransactionResult; export type TransferOptions = import("@tetherto/wdk-wallet-ton").TransferOptions; export type TransferResult = import("@tetherto/wdk-wallet-ton").TransferResult; export type TonTransactionReceipt = import("@tetherto/wdk-wallet-ton").TonTransactionReceipt; export type TonClientConfig = import("./src/wallet-account-read-only-ton-gasless.js").TonClientConfig; export type TonApiClientConfig = import("./src/wallet-account-read-only-ton-gasless.js").TonApiClientConfig; export type TonGaslessWalletConfig = import("./src/wallet-account-read-only-ton-gasless.js").TonGaslessWalletConfig;