MCPcopy Create free account
hub / github.com/DNAProject/DNA / SetLabel

Method SetLabel

account/client.go:73–73  ·  view source on GitHub ↗

Set a new label to accont

(address, label string)

Source from the content-addressed store, hash-verified

71 SetDefaultAccount(address string) error
72 //Set a new label to accont
73 SetLabel(address, label string) error
74 //Change pasword to account
75 ChangePassword(address string, oldPasswd, newPasswd []byte) error
76 //Change sig scheme to account

Callers 2

accountSetFunction · 0.65
TestClientSetLabelFunction · 0.65

Implementers 1

ClientImplaccount/client.go

Calls

no outgoing calls

Tested by 1

TestClientSetLabelFunction · 0.52