readOnly property

  1. @override
bool readOnly
override

return true if this is read-only wallet that can't sign transactions and send funds.

Implementation

@override
bool get readOnly => true;