new_community: TxDescriptor<
{
bootstrappers: SS58String[];
community_metadata: {
announcement_signer?: Enum<{ Bip340: SizedHex<32> }>;
assets: Uint8Array;
name: Uint8Array;
rules: Enum<
{ BeeDance: undefined; LoCo: undefined; LoCoFlex: undefined },
>;
symbol: Uint8Array;
theme?: Uint8Array;
url?: Uint8Array;
};
demurrage?: bigint;
location: { lat: bigint; lon: bigint };
nominal_income?: bigint;
},
>
Add a new community.
May only be called from
T::TrustableForNonDestructiveAction.