toLayoutStruct method

  1. @override
Map<String, dynamic> toLayoutStruct()
override

Converts the public key to a layout structure for serialization.

Implementation

@override
Map<String, dynamic> toLayoutStruct() {
  return {"key": toBytes()};
}