(address string)
| 67 | } |
| 68 | |
| 69 | func GetAccountKey(address string) []byte { |
| 70 | return append([]byte{WALLET_ACCOUNT_PREFIX}, []byte(address)...) |
| 71 | } |
| 72 | |
| 73 | func GetWalletExtraKey() []byte { |
| 74 | return []byte{WALLET_EXTRA_PREFIX} |
no outgoing calls
no test coverage detected