NewAccount create a new account.
(label string, typeCode keypair.KeyType, curveCode byte, sigScheme s.SignatureScheme, passwd []byte)
| 39 | type Client interface { |
| 40 | //NewAccount create a new account. |
| 41 | NewAccount(label string, typeCode keypair.KeyType, curveCode byte, sigScheme s.SignatureScheme, passwd []byte) (*Account, error) |
| 42 | //ImportAccount import a already exist account to wallet |
| 43 | ImportAccount(accMeta *AccountMetadata) error |
| 44 | //GetAccountByAddress return account object by address |
no outgoing calls