Generate Addresses
For a profile to receive digital assets they need a receiving address. every profile has the ability to get millions of receiving addresses.
Here are the properties for generateAddress
function:
property | description | required | type |
---|---|---|---|
reference | specify which user | required | string |
network | The type of network. | required |
|
clientShare | The client share that generated in the registration. | required | string |
Each address has metadata such as balance.
You will need to generate address before sending transactions.
Here are the properties for generateAddress
function:
The expected output
Last updated