Properties
Readonly asChangeDepositOwner
asChangeDepositOwner: {
delegationId: H256;
} & Struct<TypesDef<Codec>, {}, {}>
Readonly asCreateHierarchy
asCreateHierarchy: {
ctypeHash: H256;
rootNodeId: H256;
} & Struct<TypesDef<Codec>, {}, {}>
Readonly asReclaimDeposit
asReclaimDeposit: {
delegationId: H256;
maxRemovals: u32;
} & Struct<TypesDef<Codec>, {}, {}>
Readonly asRemoveDelegation
asRemoveDelegation: {
delegationId: H256;
maxRemovals: u32;
} & Struct<TypesDef<Codec>, {}, {}>
Readonly asRevokeDelegation
asRevokeDelegation: {
delegationId: H256;
maxParentChecks: u32;
maxRevocations: u32;
} & Struct<TypesDef<Codec>, {}, {}>
Readonly asUpdateDeposit
asUpdateDeposit: {
delegationId: H256;
} & Struct<TypesDef<Codec>, {}, {}>
Readonly isAddDelegation
isAddDelegation: boolean
Readonly isChangeDepositOwner
isChangeDepositOwner: boolean
Readonly isCreateHierarchy
isCreateHierarchy: boolean
Readonly isReclaimDeposit
isReclaimDeposit: boolean
Readonly isRemoveDelegation
isRemoveDelegation: boolean
Readonly isRevokeDelegation
isRevokeDelegation: boolean
Readonly isUpdateDeposit
isUpdateDeposit: boolean
Readonly type
type: "ReclaimDeposit" | "ChangeDepositOwner" | "UpdateDeposit" | "CreateHierarchy" | "AddDelegation" | "RevokeDelegation" | "RemoveDelegation"
Name
DelegationCall (276)