MCPcopy Create free account
hub / github.com/akash-network/node / WalletNameForTest

Method WalletNameForTest

testutil/network_suite.go:184–186  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

182}
183
184func (nts *NetworkTestSuite) WalletNameForTest() string {
185 return fmt.Sprintf("wallet%d", nts.testIdx)
186}
187
188func (nts *NetworkTestSuite) WalletForTest() sdk.AccAddress {
189 k, err := nts.kr.Key(nts.WalletNameForTest())

Callers 2

WalletForTestMethod · 0.95
ClientContextForTestMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected