interface PoolMember {
    account: string;
    createdAtBlockNumber: number;
    createdAtTimestamp: number;
    id: string;
    isConnected: boolean;
    pool: string;
    poolTotalAmountDistributedUntilUpdatedAt: string;
    syncedPerUnitFlowRate: string;
    syncedPerUnitSettledValue: string;
    token: string;
    totalAmountClaimed: string;
    totalAmountReceivedUntilUpdatedAt: string;
    units: string;
    updatedAtBlockNumber: number;
    updatedAtTimestamp: number;
}

Properties

account: string
createdAtBlockNumber: number
createdAtTimestamp: number
id: string
isConnected: boolean
pool: string
poolTotalAmountDistributedUntilUpdatedAt: string
syncedPerUnitFlowRate: string
syncedPerUnitSettledValue: string
token: string
totalAmountClaimed: string
totalAmountReceivedUntilUpdatedAt: string
units: string
updatedAtBlockNumber: number
updatedAtTimestamp: number

Generated using TypeDoc