Skip to main content

PolicyTemplate

No description

type PolicyTemplate {
expiryTimestamp: Int!
delegateSchedules: [[Schedule!]!]!
recovererSchedules: [[Schedule!]!]!
}

Fields

PolicyTemplate.expiryTimestamp ● Int! non-null scalar

The epoch timestamp the policy change request is valid until

PolicyTemplate.delegateSchedules ● [[Schedule!]!]! non-null object

The schedule that describes which public keys and how many of it is needed to access wallet funds

PolicyTemplate.recovererSchedules ● [[Schedule!]!]! non-null object

The schedule that describes which public keys and how many of it is needed to change the wallet policy

Member Of

ChangePolicyRequest object