data property
Uint8List
get
data
The "witness program" data encoded in the address
Implementation
Uint8List get data => Uint8List.fromList(_data);
The "witness program" data encoded in the address
Uint8List get data => Uint8List.fromList(_data);