descending property
Get transactions is Descending order, i.e., start from the newest and go backwards. Default: false (i.e., Ascending, from oldest to newest)
Implementation
@$pb.TagNumber(6)
$core.bool get descending => $_getBF(5);
Implementation
@$pb.TagNumber(6)
set descending($core.bool value) => $_setBool(5, value);