RecurringTransfer
The specific details for a recurring transfer
type RecurringTransfer {
startEpoch: Int!
endEpoch: Int
factor: String!
dispatchStrategy: DispatchStrategy
}
Fields
RecurringTransfer.startEpoch ● Int! non-null scalar
The epoch at which this recurring transfer will start
RecurringTransfer.endEpoch ● Int scalar
An optional epoch at which this transfer will stop
RecurringTransfer.factor ● String! non-null scalar
The factor of the initial amount to be distributed
RecurringTransfer.dispatchStrategy ● DispatchStrategy object
An optional dispatch strategy for the recurring transfer
Implemented by
TransferKind union