import { AptosDataCache, AptosParserRepo, AptosLocalCache } from '@manahippo/move-to-ts'; import { U64, U128 } from '@manahippo/move-to-ts'; import { TypeTag } from '@manahippo/move-to-ts'; import { OptionTransaction } from '@manahippo/move-to-ts'; import { HexString, AptosClient, AptosAccount, TxnBuilderTypes, Types } from 'aptos'; import * as Stdlib from '../stdlib'; export declare const packageName = "aux"; export declare const moduleAddress: HexString; export declare const moduleName = "clob_market"; export declare function load_market_into_event_(_sender: HexString, $c: AptosDataCache, $p: TypeTag[]): void; export declare function buildPayload_load_market_into_event($p: TypeTag[], isJSON?: boolean): TxnBuilderTypes.TransactionPayloadEntryFunction | Types.TransactionPayload_EntryFunctionPayload; export declare function place_market_order_mut_(_sender_addr: HexString, _base_coin: Stdlib.Coin.Coin, _quote_coin: Stdlib.Coin.Coin, _is_bid: boolean, _order_type: U64, _limit_price: U64, _quantity: U64, _client_order_id: U128, $c: AptosDataCache, $p: TypeTag[]): [U64, U64]; export declare function loadParsers(repo: AptosParserRepo): void; export declare class App { client: AptosClient; repo: AptosParserRepo; cache: AptosLocalCache; constructor(client: AptosClient, repo: AptosParserRepo, cache: AptosLocalCache); get moduleAddress(): HexString; get moduleName(): string; payload_load_market_into_event($p: TypeTag[], isJSON?: boolean): TxnBuilderTypes.TransactionPayloadEntryFunction | Types.TransactionPayload_EntryFunctionPayload; load_market_into_event(_account: AptosAccount, $p: TypeTag[], option?: OptionTransaction, _isJSON?: boolean): Promise; } //# sourceMappingURL=clob_market.d.ts.map