Contents

saveOrder(signedArchive:)

Adds an order to the store or updates an existing order.

Declaration

func saveOrder(signedArchive: Data) async throws -> FinanceStore.SaveOrderResult

Discussion

Data must be the archive data of a valid, signed order.

See Also

Orders