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