Replies: 3 comments 4 replies
-
That could indeed be an example! viem is designed to adapt to different Chain block/transaction/etc schemas (eg. Celo).
|
Beta Was this translation helpful? Give feedback.
-
In creating a custom transactionSerializer ive come across a few functions / types that are not exported that would be beneficial to have. (such as the functions i hope to export
Types
new functions extracted from existing functionsright now viem has function to go from
similarly if you are open to exposing functions to go from mneumonic to private key or hd to private key then all a custom account would need is one |
Beta Was this translation helpful? Give feedback.
-
Looking through the code i see there is some support for chains having custom transaction formatters. Im wondering what the intended use of these are: Could for example the be used to extend support for other EIP2718 transaction types?
On a related note am i correct that transaction Serializers are only used with local Accounts?
Beta Was this translation helpful? Give feedback.
All reactions