TransferServerService constructor

TransferServerService(
  1. String transferServiceAddress
)

Implementation

TransferServerService(String transferServiceAddress) {
  _transferServiceAddress = checkNotNull(
      transferServiceAddress, "transferServiceAddress cannot be null");
}