SuiProvider constructor

SuiProvider(
  1. SuiServiceProvider rpc
)

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

Implementation

SuiProvider(this.rpc);