All chains
    Preparing search index...

    Type Alias add_proxy

    add_proxy: TxDescriptor<
        {
            delay: number;
            delegate: MultiAddress;
            proxy_type: Enum<
                {
                    Any: undefined;
                    Auction: undefined;
                    CancelProxy: undefined;
                    Governance: undefined;
                    IdentityJudgement: undefined;
                    NominationPools: undefined;
                    NonTransfer: undefined;
                    ParaRegistration: undefined;
                    Staking: undefined;
                    SudoBalances: undefined;
                },
            >;
        },
    >

    Register a proxy account for the sender that is able to make calls on its behalf.

    The dispatch origin for this call must be Signed.

    Parameters:

    • proxy: The account that the caller would like to make a proxy.
    • proxy_type: The permissions allowed for this proxy account.
    • delay: The announcement period required of the initial proxy. Will generally be zero.