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