AptosClient constructor

AptosClient(
  1. String endpoint, {
  2. bool enableDebugLog = false,
})

Implementation

AptosClient(this.endpoint, {this.enableDebugLog = false}) {
  Constants.enableDebugLog = enableDebugLog;
}