INPUT_OBJECT

CreateChangePolicyRequestInput

link GraphQL Schema definition

  • input CreateChangePolicyRequestInput {
  • # The schedule that describes which public keys and how many of it is needed to
  • # access wallet funds. (Only supports 1 of 1 schedule currently)
  • delegateSchedules: [[ScheduleInput!]!]!
  • # Unique identifier for the wallet which the new delegate schedule is going to
  • # apply to
  • # If not specified the new delegate schedule will going to be applied to ALL the
  • # wallets associated with the user
  • walletId: String
  • }

link Require by