UNPKG

aftermath-ts-sdk

Version:
10 lines 404 B
import { BigIntAsString } from "../../../types"; import { SupplyOnChain, TableOnChain } from "../../../general/types/castingTypes"; import { SuiObjectResponse } from "@mysten/sui/client"; export interface NftAmmMarketFieldsOnChain { nfts: TableOnChain; supply: SupplyOnChain; pool: SuiObjectResponse; fractions_amount: BigIntAsString; } //# sourceMappingURL=nftAmmApiCastingTypes.d.ts.map