- Preparing search index...
- The search index is not available
Documentation
Tron
Config
: { addresses
: { bridge
: string; depositWallet
: string; releaseWallet
: string; }; eventServer
: string; fullNode
: string; solidityNode
: string; tokens
: BridgeTokenConfig[]; }
Type declaration
-
addresses: {
bridge: string;
depositWallet: string;
releaseWallet: string;
}
-
bridge: string
-
depositWallet: string
-
releaseWallet: string
-
eventServer: string
-
fullNode: string
-
solidityNode: string
-
Represents the configuration for the Tron connection.
Property
The URL of the Tron full node.
Property
The URL of the Tron solidity node.
Property
The URL of the Tron event server.
Property
The addresses for various entities.
Property
The address of the Tron bridge.
Property
The address of the deposit wallet.
Property
The address of the release wallet.
Property
The configuration for the bridge tokens.