Type alias FullAssetFragment

FullAssetFragment: {
    __typename?: "Asset";
    amountInPool?: any | null;
    assetId: string;
    id: string;
    poolId?: number | null;
    price?: number | null;
}

Type declaration

  • Optional __typename?: "Asset"
  • Optional amountInPool?: any | null
  • assetId: string
  • id: string
  • Optional poolId?: number | null
  • Optional price?: number | null

Generated using TypeDoc