SolanaProvider constructor

SolanaProvider(
  1. SolanaServiceProvider rpc
)

Creates a new instance of the SolanaProvider class with the specified rpc.

Implementation

SolanaProvider(this.rpc);