All chains
    Preparing search index...

    Type Alias DepositPoked

    DepositPoked: PlainDescriptor<
        {
            kind: Enum<
                { ActiveRecoveryFor: SS58String; RecoveryConfig: undefined },
            >;
            new_deposit: bigint;
            old_deposit: bigint;
            who: SS58String;
        },
    >

    A deposit has been updated.