README ¶ txstest Package This package provides test utilities for platform VM transactions. It helps avoid import cycles by providing test helpers that would otherwise require importing the wallet package from within platformvm tests. Expand ▾ Collapse ▴ Documentation ¶ Index ¶ func NewWallet(t testing.TB, ctx *quasar.Context, config *config.Internal, state state.State, ...) wallet.Wallet Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func NewWallet ¶ func NewWallet( t testing.TB, ctx *quasar.Context, config *config.Internal, state state.State, kc *secp256k1fx.Keychain, subnetIDs []ids.ID, validationIDs []ids.ID, chainIDs []ids.ID, ) wallet.Wallet Types ¶ This section is empty. Source Files ¶ View all Source files context.gowallet.go Click to show internal directories. Click to hide internal directories.