Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DNAProject/DNA
/ GetWalletData
Method
GetWalletData
account/client.go:79–79 ·
view source on GitHub ↗
Get the underlying wallet data
()
Source
from the content-addressed store, hash-verified
77
ChangeSigScheme(address string, sigScheme s.SignatureScheme) error
78
//Get the underlying wallet data
79
GetWalletData() *WalletData
80
}
81
82
func
Open(path string) (Client, error) {
Callers
4
accountCreate
Function · 0.65
accountExport
Function · 0.65
importWallet
Function · 0.65
TestMain
Function · 0.65
Implementers
1
ClientImpl
account/client.go
Calls
no outgoing calls
Tested by
1
TestMain
Function · 0.52