Skip to main content

Policy

No description

type Policy {
walletId: String!
recovererSchedules: [[Schedule]]!
delegateSchedules: [[Schedule]]!
creationTimestamp: Int!
creationDeadline: Int!
masterPublicKey: String!
version: Int!
}

Fields

Policy.walletId ● String! non-null scalar

The walletId associated with this policy

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

Schedule describing the recoverers policy

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

Schedule describing the delegates policy

Policy.creationTimestamp ● Int! non-null scalar

Creation time stamp (unix timestamp)

Policy.creationDeadline ● Int! non-null scalar

Deadline for the creation to policy (unix timestamp) - security feature

Policy.masterPublicKey ● String! non-null scalar

Public key of the HSM

Policy.version ● Int! non-null scalar

The version of the policy

Member Of

WalletInfo object