OBJECT

ChangePolicyRequest

link GraphQL Schema definition

  • type ChangePolicyRequest {
  • # Unique identifier for the change policy request
  • requestId: String!
  • # The policy change that describe the new delegate/recoverer schedules
  • policyTemplate: PolicyTemplate!
  • # The TrustVault signature over the recoverer schedule. Use this to verify the
  • # recoverer schedule did indeed came from TrustVault
  • recovererTrustVaultSignature: String!
  • # Unique identifier for the wallet to which the change policy is going to be
  • # applied to
  • walletId: String!
  • # IMPORTANT: This digest should only be used to verify that the digest you created
  • # from the policyTemplate is correct. NEVER sign this digest without verifying!
  • unverifiedDigestData: SignData!
  • }