INPUT_OBJECT

ScheduleInput

link GraphQL Schema definition

  • input ScheduleInput {
  • # Defines the minimum number of public keys needed to sign to satisfy the schedule
  • quorumCount: Int!
  • # The list of public keys that can sign for the wallet
  • keys: [String!]!
  • }