OBJECT

PolicyTemplate

link GraphQL Schema definition

  • type PolicyTemplate {
  • # The epoch timestamp the policy change request is valid until
  • expiryTimestamp: Int!
  • # The schedule that describes which public keys and how many of it is needed to
  • # access wallet funds
  • delegateSchedules: [[Schedule!]!]!
  • # The schedule that describes which public keys and how many of it is needed to
  • # change the wallet policy
  • recovererSchedules: [[Schedule!]!]!
  • }