Skip to content

Commit

Permalink
finalize implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornkihlberg committed Oct 18, 2023
1 parent 8b67de1 commit ee35484
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion packages/runtime/client/rest/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,13 @@ export function mkRestClient(baseURL: string): RestAPI {
postTransactionsRequest,
addressesAndCollaterals
) {
return Promise.reject();
return unsafeTaskEither(
Transactions.postViaAxios(axiosInstance)(
contractId,
postTransactionsRequest,
addressesAndCollaterals
)
);
},
healthcheck: () =>
pipe(
Expand Down

0 comments on commit ee35484

Please sign in to comment.