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
tBTC
| BTC
| tETH
| ETH
clientShare
The client share that generated in the registration.
required
string
Each address has metadata such as balance.
Here are the properties for generateAddress
function:
The expected output
Last updated