Type Alias PureCreated

PureCreated: PlainDescriptor<{
    disambiguation_index: number;
    proxy_type: Enum<{
        Any: undefined;
        Auction: undefined;
        CancelProxy: undefined;
        Governance: undefined;
        NominationPools: undefined;
        NonTransfer: undefined;
        Staking: undefined;
    }>;
    pure: SS58String;
    who: SS58String;
}>

A pure account has been created by new proxy with given disambiguation index and proxy type.