avalanchego
avalanchego copied to clipboard
[vms/platformvm] Rename `txstest.Builder` to `txstest.WalletFactory`
Why this should be merged
We can expose a simple MakeWallet
function from this package to allow the consumer to interact with the builder and signer individually
How this works
Modifies the txstest
package and propagates the change to all consumers
How this was tested
CI