CoinClient constructor

CoinClient(
  1. AptosClient client
)

Implementation

CoinClient(AptosClient client) {
  aptosClient = client;
}