isFinal property

  1. @TagNumber.new(16)
bool get isFinal

Whether the transaction has been finalized by avalanche

Implementation

@$pb.TagNumber(16)
$core.bool get isFinal => $_getBF(12);
  1. @TagNumber.new(16)
set isFinal (bool value)

Implementation

@$pb.TagNumber(16)
set isFinal($core.bool value) => $_setBool(12, value);