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