ImportAccount import a already exist account to wallet
(accMeta *AccountMetadata)
| 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 |
| 45 | GetAccountByAddress(address string, passwd []byte) (*Account, error) |
| 46 | //GetAccountByLabel return account object by label |
no outgoing calls