saveOrder(signedArchive:)
Adds an order to the store or updates an existing order.
Declaration
func saveOrder(signedArchive: Data) async throws -> FinanceStore.SaveOrderResultDiscussion
Data must be the archive data of a valid, signed order.
Adds an order to the store or updates an existing order.
func saveOrder(signedArchive: Data) async throws -> FinanceStore.SaveOrderResultData must be the archive data of a valid, signed order.