• Parameters

    • x: {
          adjustmentFlowRate: string;
          admin: {
              id: string;
          };
          createdAtBlockNumber: string;
          createdAtTimestamp: string;
          flowRate: string;
          id: string;
          perUnitFlowRate: string;
          perUnitSettledValue: string;
          token: {
              id: string;
          };
          totalAmountDistributedUntilUpdatedAt: string;
          totalAmountFlowedDistributedUntilUpdatedAt: string;
          totalAmountInstantlyDistributedUntilUpdatedAt: string;
          totalBuffer: string;
          totalConnectedMembers: number;
          totalConnectedUnits: string;
          totalDisconnectedMembers: number;
          totalDisconnectedUnits: string;
          totalFlowAdjustmentAmountDistributedUntilUpdatedAt: string;
          totalMembers: number;
          totalUnits: string;
          updatedAtBlockNumber: string;
          updatedAtTimestamp: string;
      }
      • adjustmentFlowRate: string
      • admin: {
            id: string;
        }
        • id: string
      • createdAtBlockNumber: string
      • createdAtTimestamp: string
      • flowRate: string
      • id: string
      • perUnitFlowRate: string
      • perUnitSettledValue: string
      • token: {
            id: string;
        }
        • id: string
      • totalAmountDistributedUntilUpdatedAt: string
      • totalAmountFlowedDistributedUntilUpdatedAt: string
      • totalAmountInstantlyDistributedUntilUpdatedAt: string
      • totalBuffer: string
      • totalConnectedMembers: number
      • totalConnectedUnits: string
      • totalDisconnectedMembers: number
      • totalDisconnectedUnits: string
      • totalFlowAdjustmentAmountDistributedUntilUpdatedAt: string
      • totalMembers: number
      • totalUnits: string
      • updatedAtBlockNumber: string
      • updatedAtTimestamp: string

    Returns Pool

Generated using TypeDoc