publicKeys property

  1. @TagNumber.new(2)
List<List<int>> get publicKeys

User public keys. Only required if the plan, preImageHash methods are called.

Implementation

@$pb.TagNumber(2)
$core.List<$core.List<$core.int>> get publicKeys => $_getList(1);