Type alias FullPoolFragment
FullPoolFragment: {
__typename?: "Pool";
accountId?: string | null;
baseAsset: string;
createdAt: any;
id: string;
marketId: number;
poolId: number;
poolStatus: string;
scoringRule: string;
swapFee: string;
totalSubsidy: string;
totalWeight: string;
volume: any;
weights: ({
__typename?: "Weight";
assetId: string;
len: any;
} | null)[];
ztgQty: any;
}
Type declaration
-
Optional
__typename?: "Pool"
-
Optional
accountId?: string | null
-
baseAsset: string
-
createdAt: any
-
id: string
-
marketId: number
-
poolId: number
-
poolStatus: string
-
scoringRule: string
-
swapFee: string
-
totalSubsidy: string
-
totalWeight: string
-
volume: any
-
weights: ({
__typename?: "Weight";
assetId: string;
len: any;
} | null)[]
-
ztgQty: any