All chains
    Preparing search index...

    Type Alias BurnedHeld

    BurnedHeld: PlainDescriptor<
        {
            amount: bigint;
            reason: Enum<
                {
                    DelegatedStaking: Enum<{ StakingDelegation: undefined }>;
                    Preimage: PreimagePalletHoldReason;
                    Session: Enum<{ Keys: undefined }>;
                    Staking: Enum<{ Staking: undefined }>;
                    XcmPallet: Enum<{ AuthorizeAlias: undefined }>;
                },
            >;
            who: SS58String;
        },
    >

    Held balance was burned from an account.