I'm currently using the dynamic instantiation stuff to create transactions, but it is a pain in the ass to figure out how to construct certain transactions. Today it took me quite a lot of time to find out how to properly construct a transfer_allow_death transaction, because encoding the dest parameter is kind of complicated. It would be nice if there are more examples and docs around the dynamic api.
I'm currently using the dynamic instantiation stuff to create transactions, but it is a pain in the ass to figure out how to construct certain transactions. Today it took me quite a lot of time to find out how to properly construct a
transfer_allow_deathtransaction, because encoding thedestparameter is kind of complicated. It would be nice if there are more examples and docs around thedynamicapi.