toLayoutStruct method

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

Converts the current object to a layout-friendly structure (Map format).

Implementation

@override
Map<String, dynamic> toLayoutStruct() {
  return {"key": publicKeyBytes(pubkeyMode: PubKeyModes.uncompressed)};
}