Open marcelomorgado opened 5 years ago
For now, tasit-account creates a ethers.js wallet object. Should we change that? Could meta-tx support demands more fields to be used here? E.g.:
tasit-account
// TasitAcount.create() // > Acount { wallet: ..., metaTxInfos..., etc }
Refs: https://github.com/tasitlabs/TasitSDK/pull/71#discussion_r243742850
Quoting myself from that thread: "I like this idea! I'll continue to think about the semantics of whether metaTxInfo is part of a "modern" wallet or a distinct concept."
For now,
tasit-account
creates a ethers.js wallet object. Should we change that? Could meta-tx support demands more fields to be used here? E.g.:Refs: https://github.com/tasitlabs/TasitSDK/pull/71#discussion_r243742850