Members
# constant ACDevNodes
ACDevNodes
Properties:
Name | Type | Description |
---|---|---|
Singapore1 |
Object
|
Singapore 1 |
Singapore2 |
Object
|
Singapore 2 |
Japan1 |
Object
|
Japan 1 |
Japan2 |
Object
|
Japan 2 |
HongKong1 |
Object
|
Hong Kong 1 |
HongKong2 |
Object
|
Hong Kong 2 |
# constant ACNodes
ACNodes
Properties:
Name | Type | Description |
---|---|---|
Singapore1 |
Object
|
Singapore 1 |
Singapore2 |
Object
|
Singapore 2 |
HongKong1 |
Object
|
Hong Kong 1 |
HongKong2 |
Object
|
Hong Kong 2 |
Japan1 |
Object
|
Japan 1 |
Japan2 |
Object
|
Japan 2 |
string
# Environment
Properties:
Name | Type | Description |
---|---|---|
Production |
string
|
'production' |
Development |
string
|
'development' |
string
# constant NetworkSymbol
Networks
Properties:
Name | Type | Description |
---|---|---|
Ethereum_Mainnet |
string
|
'ETH' |
Ethereum_Sepolia |
string
|
'SEP' |
Tron |
string
|
'TRX' |
Tron_Shasta |
string
|
'TRX-SHASTA' |
string
# TokenSymbol
Tokens
Properties:
Name | Type | Description |
---|---|---|
USDT |
string
|
'USDT' |
TETHER |
string
|
UNUSED - For testing purposes only |
string
# TransactionLayer
Properties:
Name | Type | Description |
---|---|---|
L1 |
string
|
'L1Transaction' |
L2 |
string
|
'L2Transaction' |
string
# TransactionResult
Properties:
Name | Type | Description |
---|---|---|
SUCCESS |
string
|
'Success' |
FAILURE |
string
|
'Failure' |
string
# TransactionStatus
Properties:
Name | Type | Description |
---|---|---|
PENDING |
string
|
'Pending' |
CONFIRMED |
string
|
'Confirmed' |
FAILED |
string
|
'Failed' |
string
# TransactionType
Properties:
Name | Type | Description |
---|---|---|
DEPOSIT |
string
|
'Deposit' |
WITHDRAWAL |
string
|
'Withdrawal' |
Type Definitions
APBuilderArgs.<Environment>
# APBuilderArgs
Properties:
Name | Type | Attributes | Description |
---|---|---|---|
logger |
ILogger
|
<optional> |
|
environment |
Environment
|
<optional> |
Defaults to Environment.Production |
targetNode |
ACNode
|
ACDevNode
|
<optional> |
Dependent on environment |
recoveryPhrase |
string
|
<optional> |
Supply this or privateKey |
privateKey |
string
|
<optional> |
Supply this or recoveryPhrase |
l2Address |
string
|
<optional> |
object
# OTKPair
OtkPair
Properties:
Name | Type | Attributes | Description |
---|---|---|---|
recoveryPhrase |
string
|
<optional> |
Supply this or privateKey |
privateKey |
string
|
<optional> |
Supply this or recoveryPhrase |
l2Address |
string
|