static Layout<Map<String, dynamic>> layout({String? property}) { return LayoutConst.struct([ LayoutConst.fixedBlob32(property: "public_key"), ], property: property); }