UNPKG

whales-otc-pre-market-aptos-sdk

Version:

TypeScript SDK for Whales OTC Pre-Market trading on Aptos blockchain

6 lines (5 loc) 223 B
import { Aptos, AccountAddressInput } from "@aptos-labs/ts-sdk"; export declare const checkCoinToFa: (aptos: Aptos, sender: AccountAddressInput, exToken: string) => Promise<{ useCoin: boolean; coinType: string; }>;