All chains
    Preparing search index...

    Type Alias Proxies

    Proxies: StorageDescriptor<
        [Key: SS58String],
        [
            {
                delay: number;
                delegate: SS58String;
                proxy_type: Enum<
                    {
                        Any: undefined;
                        Auction: undefined;
                        CancelProxy: undefined;
                        Governance: undefined;
                        IdentityJudgement: undefined;
                        NominationPools: undefined;
                        NonTransfer: undefined;
                        ParaRegistration: undefined;
                        Staking: undefined;
                        SudoBalances: undefined;
                    },
                >;
            }[],
            bigint,
        ],
        false,
        never,
    >

    The set of account proxies. Maps the account which has delegated to the accounts which are being delegated to, together with the amount held on deposit.