Type Alias CommunityMetadata
CommunityMetadata: StorageDescriptor<
[Key: { digest: SizedHex<4>; geohash: SizedHex<5> }],
{
announcement_signer?: Enum<{ Bip340: SizedHex<32> }>;
assets: Uint8Array;
name: Uint8Array;
rules: Enum<{ BeeDance: undefined; LoCo: undefined; LoCoFlex: undefined }>;
symbol: Uint8Array;
theme?: Uint8Array;
url?: Uint8Array;
},
false,
never,
>