Name

DelegationEvent (66)

Hierarchy

  • Enum
    • DelegationEvent

Properties

asDelegationCreated: ITuple<[AccountId32, H256, H256, H256, AccountId32, DelegationDelegationHierarchyPermissions]>
asDelegationRemoved: ITuple<[AccountId32, H256]>
asDelegationRevoked: ITuple<[AccountId32, H256]>
asDepositReclaimed: ITuple<[AccountId32, H256]>
asHierarchyCreated: ITuple<[AccountId32, H256, H256]>
asHierarchyRemoved: ITuple<[AccountId32, H256]>
asHierarchyRevoked: ITuple<[AccountId32, H256]>
isDelegationCreated: boolean
isDelegationRemoved: boolean
isDelegationRevoked: boolean
isDepositReclaimed: boolean
isHierarchyCreated: boolean
isHierarchyRemoved: boolean
isHierarchyRevoked: boolean
type: "DepositReclaimed" | "HierarchyCreated" | "HierarchyRevoked" | "HierarchyRemoved" | "DelegationCreated" | "DelegationRevoked" | "DelegationRemoved"