Skip to main content
Version: testnet (v0.73)

RecurringGovernanceTransfer

The specific details for a recurring governance transfer

type RecurringGovernanceTransfer {
startEpoch: Int!
endEpoch: Int
dispatchStrategy: DispatchStrategy
}

Fields

RecurringGovernanceTransfer.startEpoch ● Int! non-null scalar

The epoch at which this recurring transfer will start

RecurringGovernanceTransfer.endEpoch ● Int scalar

An optional epoch at which this transfer will stop

RecurringGovernanceTransfer.dispatchStrategy ● DispatchStrategy object

An optional dispatch strategy for the recurring transfer

Implemented by

GovernanceTransferKind union ● TransferKind union