toBytes method

  1. @override
List<int> toBytes()
override

Serialize the public key using the variant BCS format

Implementation

@override
List<int> toBytes() {
  return toVariantBcs();
}