TronProvider constructor

TronProvider(
  1. TronServiceProvider rpc
)

Constructs a new TronProvider instance with the specified rpc service provider.

Implementation

TronProvider(this.rpc);