Name

PalletProxyCall (289)

Hierarchy

  • Enum
    • PalletProxyCall

Properties

asAddProxy: {
    delay: u64;
    delegate: MultiAddress;
    proxyType: SpiritnetRuntimeProxyType;
} & Struct<TypesDef<Codec>, {}, {}>
asAnnounce: {
    callHash: H256;
    real: MultiAddress;
} & Struct<TypesDef<Codec>, {}, {}>
asCreatePure: {
    delay: u64;
    index: u16;
    proxyType: SpiritnetRuntimeProxyType;
} & Struct<TypesDef<Codec>, {}, {}>
asKillPure: {
    extIndex: Compact<u32>;
    height: Compact<u64>;
    index: u16;
    proxyType: SpiritnetRuntimeProxyType;
    spawner: MultiAddress;
} & Struct<TypesDef<Codec>, {}, {}>
asProxy: {
    call: Call;
    forceProxyType: Option<SpiritnetRuntimeProxyType>;
    real: MultiAddress;
} & Struct<TypesDef<Codec>, {}, {}>
asProxyAnnounced: {
    call: Call;
    delegate: MultiAddress;
    forceProxyType: Option<SpiritnetRuntimeProxyType>;
    real: MultiAddress;
} & Struct<TypesDef<Codec>, {}, {}>
asRejectAnnouncement: {
    callHash: H256;
    delegate: MultiAddress;
} & Struct<TypesDef<Codec>, {}, {}>
asRemoveAnnouncement: {
    callHash: H256;
    real: MultiAddress;
} & Struct<TypesDef<Codec>, {}, {}>
asRemoveProxy: {
    delay: u64;
    delegate: MultiAddress;
    proxyType: SpiritnetRuntimeProxyType;
} & Struct<TypesDef<Codec>, {}, {}>
isAddProxy: boolean
isAnnounce: boolean
isCreatePure: boolean
isKillPure: boolean
isProxy: boolean
isProxyAnnounced: boolean
isRejectAnnouncement: boolean
isRemoveAnnouncement: boolean
isRemoveProxies: boolean
isRemoveProxy: boolean
type: "Proxy" | "AddProxy" | "RemoveProxy" | "RemoveProxies" | "CreatePure" | "KillPure" | "Announce" | "RemoveAnnouncement" | "RejectAnnouncement" | "ProxyAnnounced"