TronConfig: {
    addresses: {
        bridge: string;
        depositWallet: string;
        releaseWallet: string;
    };
    eventServer: string;
    fullNode: string;
    solidityNode: string;
    tokens: BridgeTokenConfig[];
}

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.

Type declaration

  • addresses: {
        bridge: string;
        depositWallet: string;
        releaseWallet: string;
    }
    • bridge: string
    • depositWallet: string
    • releaseWallet: string
  • eventServer: string
  • fullNode: string
  • solidityNode: string
  • tokens: BridgeTokenConfig[]

Generated using TypeDoc