interface PoolDistributor {
    account: string;
    createdAtBlockNumber: number;
    createdAtTimestamp: number;
    flowRate: string;
    id: string;
    pool: string;
    token: string;
    totalAmountDistributedUntilUpdatedAt: string;
    totalAmountFlowedDistributedUntilUpdatedAt: string;
    totalAmountInstantlyDistributedUntilUpdatedAt: string;
    totalBuffer: string;
    updatedAtBlockNumber: number;
    updatedAtTimestamp: number;
}

Properties

account: string
createdAtBlockNumber: number
createdAtTimestamp: number
flowRate: string
id: string
pool: string
token: string
totalAmountDistributedUntilUpdatedAt: string
totalAmountFlowedDistributedUntilUpdatedAt: string
totalAmountInstantlyDistributedUntilUpdatedAt: string
totalBuffer: string
updatedAtBlockNumber: number
updatedAtTimestamp: number

Generated using TypeDoc