ClientOrderParams<T>: Omit<OptionalSignatureParams<T>, "order"> & {
    order: OptionalSubaccountOwner<EngineOrderParams>;
}

Type Parameters

  • T