client property

SuiCoreClient? client
getter/setter pair

Transport-agnostic client used for all build-time reads (coins, objects, gas price, dry run, move-function signatures). Pass suiGrpcClient.core or suiGraphQLClient.core.

Implementation

SuiCoreClient? client;