dependsOn property

  1. @TagNumber.new(7)
List<int> get dependsOn

/ ID of the transaction on which the current transaction depends.

Implementation

@$pb.TagNumber(7)
$core.List<$core.int> get dependsOn => $_getN(6);
  1. @TagNumber.new(7)
set dependsOn (List<int> v)

Implementation

@$pb.TagNumber(7)
set dependsOn($core.List<$core.int> v) {
  $_setBytes(6, v);
}