You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe we should also add a function that adds the next output as a type id cell with some specified lock and data, given a transaction that has at least one input.
The text was updated successfully, but these errors were encountered:
I see that there's new transaction builders like SimpleTransactionBuilder now. The second function can be added to these builders.
I see that type id is supported by TypeIdHandler, but IMO the handler mechanism is complicated and not well-documented. The current implementation doesn't support multiple type-id outputs or updating type-id cells either. I'd still prefer to have a builder that let me add inputs manually and calculate the type-id type script myself.
I find it really useful to have the following functions when building custom deployment tools. It may worth adding similar functions to ckb-sdk:
Maybe we should also add a function that adds the next output as a type id cell with some specified lock and data, given a transaction that has at least one input.
The text was updated successfully, but these errors were encountered: