UNPKG

@mai3/phaser-sdk

Version:

A UI component library based on the Phaser game engine

8 lines 793 B
import { OpenedContract, Cell, beginCell, Address, toNano, fromNano, TonClient, TonClient4, TonClient4Parameters, Sender, SenderArguments, SendMode, storeStateInit } from '@ton/ton'; import { JettonWallet, AssetsSDK, JettonTransferMessage, NftTransferMessage } from '@ton-community/assets-sdk'; import { TonConnectUI } from '@tonconnect/ui'; import { getHttpV4Endpoint } from '@orbs-network/ton-access'; type JettonSendOptions = Parameters<OpenedContract<JettonWallet>['send']>[3]; export { Cell, beginCell, Address, toNano, fromNano, TonClient, TonClient4, TonConnectUI, getHttpV4Endpoint, SendMode, storeStateInit, AssetsSDK }; export type { TonClient4Parameters, SenderArguments, JettonSendOptions, JettonTransferMessage, NftTransferMessage, Sender }; //# sourceMappingURL=external.d.ts.map