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> value)

Implementation

@$pb.TagNumber(7)
set dependsOn($core.List<$core.int> value) => $_setBytes(6, value);