-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
TODO
- Create
authorize_preimage_and_store_papi.js(copy ofauthorize_and_store_papi.js) - Instead of
TransactionStorage.authorize_accountwe wantTransactionStorage.authorize_preimage - we need to submit
store(data)as unsigned transaction, so no signer (anybody can submit)- Investigate how to do it with PAPI:
export async function store(typedApi, signer, data) {andfunction waitForTransaction(tx, signer->tx.signSubmitAndWatch(signer)
- Investigate how to do it with PAPI:
- add it to the
examples/justfile - add it to the
.github/workflows/integration-test.yml
Metadata
Metadata
Assignees
Labels
No labels