Set a new label to accont
(address, label string)
| 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 |
no outgoing calls