Skip to main content

CreateChangePolicyRequestInput

No description

input CreateChangePolicyRequestInput {
delegateSchedules: [[ScheduleInput!]]!
walletId: String
}

Fields

CreateChangePolicyRequestInput.delegateSchedules ● [[ScheduleInput!]]! non-null input

The schedule that describes which public keys and how many of it is needed to access wallet funds. (Only supports 1 of 1 schedule currently)

CreateChangePolicyRequestInput.walletId ● String scalar

Unique identifier for the wallet which the new delegate schedule is going to apply to If not specified the new delegate schedule will going to be applied to ALL the wallets associated with the user

Member Of

createChangePolicyRequest mutation