Name

PalletProxyEvent (54)

Hierarchy

  • Enum
    • PalletProxyEvent

Properties

asAnnounced: {
    callHash: H256;
    proxy: AccountId32;
    real: AccountId32;
} & Struct<TypesDef<Codec>, {}, {}>
asProxyAdded: {
    delay: u64;
    delegatee: AccountId32;
    delegator: AccountId32;
    proxyType: SpiritnetRuntimeProxyType;
} & Struct<TypesDef<Codec>, {}, {}>
asProxyExecuted: {
    result: Result<Null, SpRuntimeDispatchError>;
} & Struct<TypesDef<Codec>, {}, {}>
asProxyRemoved: {
    delay: u64;
    delegatee: AccountId32;
    delegator: AccountId32;
    proxyType: SpiritnetRuntimeProxyType;
} & Struct<TypesDef<Codec>, {}, {}>
asPureCreated: {
    disambiguationIndex: u16;
    proxyType: SpiritnetRuntimeProxyType;
    pure: AccountId32;
    who: AccountId32;
} & Struct<TypesDef<Codec>, {}, {}>
isAnnounced: boolean
isProxyAdded: boolean
isProxyExecuted: boolean
isProxyRemoved: boolean
isPureCreated: boolean
type: "ProxyExecuted" | "PureCreated" | "Announced" | "ProxyAdded" | "ProxyRemoved"