arbitratorPubKey property

  1. @TagNumber(14)
List<int> get arbitratorPubKey

Implementation

@$pb.TagNumber(14)
$core.List<$core.int> get arbitratorPubKey => $_getN(13);
  1. @TagNumber(14)
set arbitratorPubKey (List<int> v)

Implementation

@$pb.TagNumber(14)
set arbitratorPubKey($core.List<$core.int> v) { $_setBytes(13, v); }