Name

DidCall (308)

Hierarchy

  • Enum
    • DidCall

Properties

asAddKeyAgreementKey: {
    newKey: DidDidDetailsDidEncryptionKey;
} & Struct<TypesDef<Codec>, {}, {}>
asAddServiceEndpoint: {
    serviceEndpoint: DidServiceEndpointsDidEndpoint;
} & Struct<TypesDef<Codec>, {}, {}>
asCreate: {
    details: DidDidDetailsDidCreationDetails;
    signature: DidDidDetailsDidSignature;
} & Struct<TypesDef<Codec>, {}, {}>
asCreateFromAccount: {
    authenticationKey: DidDidDetailsDidVerificationKey;
} & Struct<TypesDef<Codec>, {}, {}>
asDelete: {
    endpointsToRemove: u32;
} & Struct<TypesDef<Codec>, {}, {}>
asDispatchAs: {
    call: Call;
    didIdentifier: AccountId32;
} & Struct<TypesDef<Codec>, {}, {}>
asReclaimDeposit: {
    didSubject: AccountId32;
    endpointsToRemove: u32;
} & Struct<TypesDef<Codec>, {}, {}>
asRemoveKeyAgreementKey: {
    keyId: H256;
} & Struct<TypesDef<Codec>, {}, {}>
asRemoveServiceEndpoint: {
    serviceId: Bytes;
} & Struct<TypesDef<Codec>, {}, {}>
asSetAttestationKey: {
    newKey: DidDidDetailsDidVerificationKey;
} & Struct<TypesDef<Codec>, {}, {}>
asSetAuthenticationKey: {
    newKey: DidDidDetailsDidVerificationKey;
} & Struct<TypesDef<Codec>, {}, {}>
asSetDelegationKey: {
    newKey: DidDidDetailsDidVerificationKey;
} & Struct<TypesDef<Codec>, {}, {}>
asSubmitDidCall: {
    didCall: DidDidDetailsDidAuthorizedCallOperation;
    signature: DidDidDetailsDidSignature;
} & Struct<TypesDef<Codec>, {}, {}>
asUpdateDeposit: {
    did: AccountId32;
} & Struct<TypesDef<Codec>, {}, {}>
isAddKeyAgreementKey: boolean
isAddServiceEndpoint: boolean
isChangeDepositOwner: boolean
isCreate: boolean
isCreateFromAccount: boolean
isDelete: boolean
isDispatchAs: boolean
isReclaimDeposit: boolean
isRemoveAttestationKey: boolean
isRemoveDelegationKey: boolean
isRemoveKeyAgreementKey: boolean
isRemoveServiceEndpoint: boolean
isSetAttestationKey: boolean
isSetAuthenticationKey: boolean
isSetDelegationKey: boolean
isSubmitDidCall: boolean
isUpdateDeposit: boolean
type: "DispatchAs" | "ReclaimDeposit" | "ChangeDepositOwner" | "UpdateDeposit" | "Create" | "SetAuthenticationKey" | "SetDelegationKey" | "RemoveDelegationKey" | "SetAttestationKey" | "RemoveAttestationKey" | "AddKeyAgreementKey" | "RemoveKeyAgreementKey" | "AddServiceEndpoint" | "RemoveServiceEndpoint" | "Delete" | "SubmitDidCall" | "CreateFromAccount"