Schedule
No description
type Schedule {
quorumCount: Int!
keys: [String!]!
}
Fields
Schedule.quorumCount ● Int! non-null scalar
Defines the minimum number of public keys needed to sign to satisfy the schedule
Schedule.keys ● [String!]! non-null scalar
The list of public keys that can sign for the wallet
Member Of
Policy object ● PolicyTemplate object