MCPcopy 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
82func Open(path string) (Client, error) {

Callers 4

accountCreateFunction · 0.65
accountExportFunction · 0.65
importWalletFunction · 0.65
TestMainFunction · 0.65

Implementers 1

ClientImplaccount/client.go

Calls

no outgoing calls

Tested by 1

TestMainFunction · 0.52