Documentation
    Preparing search index...
    interface LiveOrderValueArguments {
        market: RawTransactionArgument<string>;
        orderId: RawTransactionArgument<number | bigint>;
        pricer: TransactionArgument;
    }
    Index
    market: RawTransactionArgument<string>
    orderId: RawTransactionArgument<number | bigint>