app.keyconnect.*
-
app.keyconnect.server.gateways.EthereumGateway
| Modifier and Type |
Constant Field |
Value |
public static final java.lang.String |
CHAIN_ID |
"eth" |
public static final int |
SCALE |
18 |
-
app.keyconnect.server.gateways.XrpGateway
| Modifier and Type |
Constant Field |
Value |
public static final java.lang.String |
CHAIN_ID |
"xrp" |
-
app.keyconnect.server.utils.EtherscanUtil
| Modifier and Type |
Constant Field |
Value |
public static final java.lang.String |
ETHERSCAN_TXN_BASE_URI |
"https://api.etherscan.io/api?module=account&action=txlist&address={address}&startblock=0&endblock={endBlock}&sort=desc&page={page}&offset={offset}&apikey={token}" |