aftermath-ts-sdk
Version:
Aftermath TypeScript SDK
10 lines • 404 B
TypeScript
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