Converts the current object to a layout-friendly structure (Map format).
@override Map<String, dynamic> toLayoutStruct() { return {"key": publicKeyBytes(pubkeyMode: PubKeyModes.uncompressed)}; }