registerWallet()
Register a wallet with a public key
Method Signature
Parameters
Name | Type | Description |
---|---|---|
| String | Blockchain address in hex |
| String | User's wallet public key in hex |
Example
Result
The result will be an object of type Map<String, dynamic>
Last updated